From: Richard M. Stallman Date: Sun, 14 Jul 2002 15:24:03 +0000 (+0000) Subject: Say that output from asynch subprocesses of a compiler may be lost. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31692 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e9929850191835e6036a7ccb4c2487500e268af7;p=emacs.git Say that output from asynch subprocesses of a compiler may be lost. --- diff --git a/man/building.texi b/man/building.texi index e3dc047ded3..8b39257c22d 100644 --- a/man/building.texi +++ b/man/building.texi @@ -113,6 +113,10 @@ that is running. recompile}. This automatically reuses the compilation command from the last invocation of @kbd{M-x compile}. + Emacs does not expect a compiler to launch asynchronous +subprocesses; if it does, and they keep running after the main +compiler process has terminated, their output may not arrive in Emacs. + @node Grep Searching @section Searching with Grep under Emacs